ocr: CU versus C++ There are several distinct ditrerences between the C and C++ prograil - ing languages. Let us esamine a few of these ditterences. I. C++ ofters Ubject Uriented ProgrammingtouP). Ubject uriented Programming is designed similar to the way you see the world, in terms of objects and classes. I1. C++ ofters more flesibility that C. reatures that allow C++ to have more flesibility include : inline functions,outside class definitions, friend runctions, overioadingirunctions and muitiple constructors), over- loading operators to provide new meanings, including others. II1. C++ otters bet ...